home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / bsp2bzr.6 < prev    next >
Text File  |  1996-07-16  |  664b  |  26 lines

  1. .TH BSP2BZR
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. BSP2BZR
  5.  
  6.  
  7.  
  8.  CurveType | ListType BSP2BZR( CurveType Crv )
  9.  
  10.  or
  11.  
  12.  SurfaceType | ListType BSP2BZR( SurfaceType Srf )
  13.  
  14. Creates Bezier curve(s) or surface(s) from a given Bspline curve or a
  15. Bspline surface. The Bspline input is subdivided at all internal knots to
  16. create Bezier curves or surfaces. Therefore, if the input Bspline does have
  17. internal knots, a list of Bezier curves or surfaces is returned. Otherwise,
  18. a single Bezier curve or surface is returned.
  19.  
  20. Example:
  21.  
  22.     BzrCirc = BSP2BZR( circle( vector( 0.0, 0.0, 0.0 ), 1.0 ) );
  23.  
  24. would subdivide the unit circle into four 90 degrees Bezier arcs returned
  25. in a list.
  26.